home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 15
/
Aminet 15 - Nov 1996.iso
/
Aminet
/
dev
/
gcc
/
ixemsdk.lha
/
man
/
cat3
/
atan.0
< prev
next >
Wrap
Text File
|
1996-09-02
|
853b
|
28 lines
ATAN(3) UNIX Programmer's Manual ATAN(3)
NNAAMMEE
aattaann - arc tangent function of one variable
SSYYNNOOPPSSIISS
##iinncclluuddee <<mmaatthh..hh>>
_d_o_u_b_l_e
aattaann(_d_o_u_b_l_e _x)
_f_l_o_a_t
aattaannff(_f_l_o_a_t _x)
DDEESSCCRRIIPPTTIIOONN
The aattaann() and aattaannff() functions compute the principal value of the arc
tangent of _x in the range [-pi/2, +pi/2].
RREETTUURRNN VVAALLUUEESS
Exceptional cases are handled by matherr(3).
SSEEEE AALLSSOO
acos(3), asin(3), atan2(3), cos(3), cosh(3), sin(3), sinh(3),
tan(3), tanh(3), math(3), matherr(3)
BSD Experimental May 2, 1991 1